Skip to content

#421: Step Goal - Property naming fixes - #67

Merged
westei merged 3 commits into
developfrom
umm/421-step-goal-template-property-naming-fix
Jul 8, 2026
Merged

#421: Step Goal - Property naming fixes#67
westei merged 3 commits into
developfrom
umm/421-step-goal-template-property-naming-fix

Conversation

@westei

@westei westei commented Jul 8, 2026

Copy link
Copy Markdown
Member

MORE-Platform#421: two properties used multiple points in its key goaltemplate.property.steps..question.name and goaltemplate.property.steps.goal..singleChoiceState.name. Those are removed now

…altemplate.property.steps..question.name` and `goaltemplate.property.steps.goal..singleChoiceState.name`. Those are removed now
@westei
westei requested a review from iaigner July 8, 2026 12:55
@westei westei self-assigned this Jul 8, 2026
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Test Results

216 tests  ±0   215 ✅ ±0   1m 32s ⏱️ -15s
 59 suites ±0     1 💤 ±0 
 59 files   ±0     0 ❌ ±0 

Results for commit 4eba664. ± Comparison against base commit 9862671.

♻️ This comment has been updated with latest results.

CONFIG_SECTION_SELF_REPORT,
new StringValue("question")
.setName(STEP_PROPERTY_PREFIX + ".question.name")
.setName(STEP_PROPERTY_PREFIX + "question.name")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.goal.question.name
-> sofern du das nicht im prefix hast. sonst stimmts nicht überein

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ne das goal ist nicht im prefix. Das muss ich dann aber zu 3 properties hinzufügen

new StringValue("question")
.setName(STEP_PROPERTY_PREFIX + ".question.name")
.setName(STEP_PROPERTY_PREFIX + "question.name")
.setDescription(STEP_PROPERTY_PREFIX + "question.description")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.goal.question.description

.setRequired(false),
new BooleanValue("singleChoiceState")
.setName(STEP_PROPERTY_PREFIX + ".singleChoiceState.name")
.setName(STEP_PROPERTY_PREFIX + "singlFeChoiceState.name")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.goal.singleChoiceState.name
-> da hat sich auch ein F eingeschlichen

new BooleanValue("singleChoiceState")
.setName(STEP_PROPERTY_PREFIX + ".singleChoiceState.name")
.setName(STEP_PROPERTY_PREFIX + "singlFeChoiceState.name")
.setDescription(STEP_PROPERTY_PREFIX + "singleChoiceState.description")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.goal.singleChoiceState.description

@westei
westei merged commit 7f3517d into develop Jul 8, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants